home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Communications / UUCon / Source / English.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1995-06-12  |  308 b   |  24 lines

  1. PrefController = {
  2.     ACTIONS = {
  3.     ok:;
  4.     windowDidBecomeKey:;
  5.     makeKeyAndOrderFront:;
  6.     revert:;
  7.     };
  8.     OUTLETS = {
  9.     debugPolling;
  10.     window;
  11.     baudRate;
  12.     defaultHost;
  13.     showLog;
  14.     defaults;
  15.     showSysLog;
  16.     };
  17.     SUPERCLASS = Object;
  18. };
  19. FirstResponder = {
  20.     ACTIONS = {
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24.